home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Free CSS Toolbox 1.1 / csstool.exe / {app} / cssdefs / CSS Level 2.1.ini < prev    next >
INI File  |  2007-06-03  |  12KB  |  650 lines

  1. [%info]
  2. CSS Level 2.1
  3. Reference: http://www.w3.org/TR/CSS21/
  4.  
  5. [%groups]
  6. aural=Aural
  7. borders=Borders
  8. colors=Colors and Backgrounds
  9. fonts=Font
  10. generate=Generated Content
  11. page=Page
  12. table=Tables
  13. text=Text
  14. visual=Visual
  15.  
  16. [%properties]
  17. azimuth
  18. background
  19. background-attachment
  20. background-color
  21. background-image
  22. background-position
  23. background-repeat
  24. border
  25. border-bottom
  26. border-bottom-color
  27. border-bottom-style
  28. border-bottom-width
  29. border-collapse
  30. border-color
  31. border-left
  32. border-left-color
  33. border-left-style
  34. border-left-width
  35. border-right
  36. border-right-color
  37. border-right-style
  38. border-right-width
  39. border-spacing
  40. border-style
  41. border-top
  42. border-top-color
  43. border-top-style
  44. border-top-width
  45. border-width
  46. bottom
  47. caption-side
  48. clear
  49. clip
  50. color
  51. content
  52. counter-increment
  53. counter-reset
  54. cue
  55. cue-after
  56. cue-before
  57. cursor
  58. direction
  59. display
  60. elevation
  61. empty-cells
  62. float
  63. font
  64. font-family
  65. font-size
  66. font-style
  67. font-variant
  68. font-weight
  69. height
  70. left
  71. letter-spacing
  72. line-height
  73. list-style
  74. list-style-image
  75. list-style-position
  76. list-style-type
  77. margin
  78. margin-bottom
  79. margin-left
  80. margin-right
  81. margin-top
  82. max-height
  83. max-width
  84. min-height
  85. min-width
  86. orphans
  87. outline
  88. outline-color
  89. outline-style
  90. outline-width
  91. overflow
  92. padding
  93. padding-bottom
  94. padding-left
  95. padding-right
  96. padding-top
  97. pause
  98. pause-after
  99. pause-before
  100. pitch
  101. pitch-range
  102. play-during
  103. position
  104. quotes
  105. richness
  106. right
  107. speak
  108. speak-header
  109. speak-numeral
  110. speak-punctuation
  111. speech-rate
  112. stress
  113. table-layout
  114. text-align
  115. text-decoration
  116. text-indent
  117. text-transform
  118. top
  119. unicode-bidi
  120. vertical-align
  121. visibility
  122. voice-family
  123. volume
  124. white-space
  125. widows
  126. width
  127. word-spacing
  128. z-index
  129.  
  130. [%units]
  131. <length>=px|em|ex|pt|in|pc|mm|cm
  132. <angle>=deg|grad|rad
  133. <time>=ms|s
  134. <frequency>=Hz|kHz
  135.  
  136. [%types]
  137. <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
  138. <border-width>=<length>|thin|medium|thick
  139. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  140. <relative-size>=larger|smaller
  141. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  142.  
  143. [azimuth]
  144. group=aural
  145. value=<angle>|left-side|far-left|left|center-left|center|center-right|right|far-right|right-side|behind|leftwards|rightwards
  146.  
  147. [background]
  148. group=colors
  149. value=<mixed>
  150. sub1=background-color,<color>|transparent
  151. sub2=background-image,<imageurl>|none
  152. sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
  153. sub4=background-attachment,scroll|fixed
  154. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  155.  
  156. [background-attachment]
  157. group=colors
  158. value=scroll|fixed
  159.  
  160. [background-color]
  161. group=colors
  162. value=<color>|transparent
  163.  
  164. [background-image]
  165. group=colors
  166. value=<imageurl>|none
  167.  
  168. [background-position]
  169. group=colors
  170. value=<percentage>|<length>|top|center|bottom|left|right
  171.  
  172. [background-repeat]
  173. group=colors
  174. value=repeat|repeat-x|repeat-y|no-repeat
  175.  
  176. [border]
  177. group=borders
  178. value=<mixed>
  179. sub1=width,<border-width>
  180. sub2=style,<border-style>
  181. sub3=color,<color>
  182.  
  183. [border-bottom]
  184. group=borders
  185. value=<mixed>
  186. sub1=width,<border-width>
  187. sub2=style,<border-style>
  188. sub3=color,<color>
  189.  
  190. [border-bottom-color]
  191. group=borders
  192. value=<color>|transparent
  193.  
  194. [border-bottom-style]
  195. group=borders
  196. value=<border-style>
  197.  
  198. [border-bottom-width]
  199. group=borders
  200. value=<border-width>
  201.  
  202. [border-collapse]
  203. group=table
  204. value=collapse|separate
  205.  
  206. [border-color]
  207. group=borders
  208. value=<mixed>|<color>
  209. sub1=border-top-color,<color>
  210. sub2=border-right-color,<color>
  211. sub3=border-bottom-color,<color>
  212. sub4=border-left-color,<color>
  213.  
  214. [border-left]
  215. group=borders
  216. value=<mixed>
  217. sub1=width,<border-width>
  218. sub2=style,<border-style>
  219. sub3=color,<color>
  220.  
  221. [border-left-color]
  222. group=borders
  223. value=<color>|transparent
  224.  
  225. [border-left-style]
  226. group=borders
  227. value=<border-style>
  228.  
  229. [border-left-width]
  230. group=borders
  231. value=<border-width>
  232.  
  233. [border-right]
  234. group=borders
  235. value=<mixed>
  236. sub1=width,<border-width>
  237. sub2=style,<border-style>
  238. sub3=color,<color>
  239.  
  240. [border-right-color]
  241. group=borders
  242. value=<color>|transparent
  243.  
  244. [border-right-style]
  245. group=borders
  246. value=<border-style>
  247.  
  248. [border-right-width]
  249. group=borders
  250. value=<border-width>
  251.  
  252. [border-spacing]
  253. group=table
  254. value=<length>
  255.  
  256. [border-style]
  257. group=borders
  258. value=<mixed>|<border-style>
  259. sub1=border-top-style,<border-style>
  260. sub2=border-right-style,<border-style>
  261. sub3=border-bottom-style,<border-style>
  262. sub4=border-left-style,<border-style>
  263.  
  264. [border-top]
  265. group=borders
  266. value=<mixed>
  267. sub1=width,<border-width>
  268. sub2=style,<border-style>
  269. sub3=color,<color>
  270.  
  271. [border-top-color]
  272. group=borders
  273. value=<color>|transparent
  274.  
  275. [border-top-style]
  276. group=borders
  277. value=<border-style>
  278.  
  279. [border-top-width]
  280. group=borders
  281. value=<border-width>
  282.  
  283. [border-width]
  284. group=borders
  285. value=<mixed>|<border-width>
  286. sub1=border-top-width,<border-width>
  287. sub2=border-right-width,<border-width>
  288. sub3=border-bottom-width,<border-width>
  289. sub4=border-left-width,<border-width>
  290.  
  291. [bottom]
  292. group=visual
  293. value=<percentage>|<length>|auto
  294.  
  295. [caption-side]
  296. group=table
  297. value=top|bottom
  298.  
  299. [clear]
  300. group=borders
  301. value=none|left|right|both
  302.  
  303. [clip]
  304. group=visual
  305. value=auto
  306.  
  307. [color]
  308. group=colors
  309. value=<color>
  310.  
  311. [content]
  312. group=generate
  313. value=<url>|open-quote|close-quote|no-open-quote|no-close-quote
  314.  
  315. [counter-increment]
  316. group=generate
  317. value=none
  318.  
  319. [counter-reset]
  320. group=generate
  321. value=none
  322.  
  323. [cue]
  324. group=aural
  325. value=<mixed>
  326. sub1=cue-before,<url>|none
  327. sub2=cue-after,<url>|none
  328.  
  329. [cue-after]
  330. group=aural
  331. value=<url>|none
  332.  
  333. [cue-before]
  334. group=aural
  335. value=<url>|none
  336.  
  337. [cursor]
  338. group=visual
  339. value=<url>|auto|crosshair|default|pointer|move|e-resize|ne-resize|nw-resize|n-resize|se-resize|sw-resize|s-resize|w-resize|text|wait|help|progress
  340.  
  341. [direction]
  342. group=visual
  343. value=ltr|rtl
  344.  
  345. [display]
  346. group=visual
  347. value=inline|block|list-item|run-in|table|inline-table|inline-block|table-row-group|table-header-group|table-footer-group|table-row|table-column-group|table-column|table-cell|table-caption|none
  348.  
  349. [elevation]
  350. group=aural
  351. value=<angle>|below|level|above|higher|lower
  352.  
  353. [empty-cells]
  354. group=table
  355. value=show|hide
  356.  
  357. [float]
  358. group=borders
  359. value=left|right|none
  360.  
  361. [font]
  362. group=fonts
  363. value=<mixed>
  364. sub1=font-style,normal|italic|oblique
  365. sub2=font-variant,normal|small-caps
  366. sub3=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  367. sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  368. sub5=line-height,<percentage>|<length>|<number>|normal
  369. sub6=font-family,<font>
  370. sub7=system-specific,caption|icon|menu|message-box|small-caption|status-bar
  371.  
  372. [font-family]
  373. group=fonts
  374. value=<font>
  375.  
  376. [font-size]
  377. group=fonts
  378. value=<length>|<percentage>|<relative-size>|<absolute-size>
  379.  
  380. [font-style]
  381. group=fonts
  382. value=normal|italic|oblique
  383.  
  384. [font-variant]
  385. group=fonts
  386. value=normal|small-caps
  387.  
  388. [font-weight]
  389. group=fonts
  390. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  391.  
  392. [height]
  393. group=visual
  394. value=<percentage>|<length>|auto
  395.  
  396. [left]
  397. group=visual
  398. value=<percentage>|<length>|auto
  399.  
  400. [letter-spacing]
  401. group=text
  402. value=<length>|normal
  403.  
  404. [line-height]
  405. group=text
  406. value=<percentage>|<length>|<number>|normal
  407.  
  408. [list-style]
  409. group=visual
  410. value=<mixed>
  411. sub1=list-style-type,disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
  412. sub2=list-style-position,inside|outside
  413. sub3=list-style-image,<imageurl>|none
  414.  
  415. [list-style-image]
  416. group=visual
  417. value=<imageurl>|none
  418.  
  419. [list-style-position]
  420. group=visual
  421. value=inside|outside
  422.  
  423. [list-style-type]
  424. group=visual
  425. value=disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
  426.  
  427. [margin]
  428. group=borders
  429. value=<mixed>|<percentage>|<length>|auto
  430. sub1=margin-top,<percentage>|<length>|auto
  431. sub2=margin-right,<percentage>|<length>|auto
  432. sub3=margin-bottom,<percentage>|<length>|auto
  433. sub4=margin-left,<percentage>|<length>|auto
  434.  
  435. [margin-bottom]
  436. group=borders
  437. value=<percentage>|<length>|auto
  438.  
  439. [margin-left]
  440. group=borders
  441. value=<percentage>|<length>|auto
  442.  
  443. [margin-right]
  444. group=borders
  445. value=<percentage>|<length>|auto
  446.  
  447. [margin-top]
  448. group=borders
  449. value=<percentage>|<length>|auto
  450.  
  451. [max-height]
  452. group=visual
  453. value=<percentage>|<length>|none
  454.  
  455. [max-width]
  456. group=visual
  457. value=<percentage>|<length>|none
  458.  
  459. [min-height]
  460. group=visual
  461. value=<percentage>|<length>|none
  462.  
  463. [min-width]
  464. group=visual
  465. value=<percentage>|<length>|none
  466.  
  467. [orphans]
  468. group=page
  469. value=<number>
  470.  
  471. [outline]
  472. group=visual
  473. value=<mixed>
  474. sub1=outline-color,<color>
  475. sub2=outline-style,<border-style>
  476. sub3=outline-width,<border-width>
  477.  
  478. [outline-color]
  479. group=visual
  480. value=<color>|invert
  481.  
  482. [outline-style]
  483. group=visual
  484. value=<border-style>
  485.  
  486. [outline-width]
  487. group=visual
  488. value=<border-width>
  489.  
  490. [overflow]
  491. group=visual
  492. value=visible|hidden|scroll|auto
  493.  
  494. [padding]
  495. group=borders
  496. value=<mixed>|<percentage>|<length>
  497. sub1=padding-top,<percentage>|<length>
  498. sub2=padding-right,<percentage>|<length>
  499. sub3=padding-bottom,<percentage>|<length>
  500. sub4=padding-left,<percentage>|<length>
  501.  
  502. [padding-bottom]
  503. group=borders
  504. value=<percentage>|<length>
  505.  
  506. [padding-left]
  507. group=borders
  508. value=<percentage>|<length>
  509.  
  510. [padding-right]
  511. group=borders
  512. value=<percentage>|<length>
  513.  
  514. [padding-top]
  515. group=borders
  516. value=<percentage>|<length>
  517.  
  518. [pause]
  519. group=aural
  520. value=<mixed>
  521. sub1=pause-before,<time>|<percentage>
  522. sub2=pause-after,<time>|<percentage>
  523.  
  524. [pause-after]
  525. group=aural
  526. value=<time>|<percentage>
  527.  
  528. [pause-before]
  529. group=aural
  530. value=<time>|<percentage>
  531.  
  532. [pitch]
  533. group=aural
  534. value=<frequency>|x-low|low|medium|high|x-high
  535.  
  536. [pitch-range]
  537. group=aural
  538. value=<number>
  539.  
  540. [play-during]
  541. group=aural
  542. value=<url>|mix|repeat|auto|none
  543.  
  544. [position]
  545. group=visual
  546. value=static|relative|absolute|fixed
  547.  
  548. [quotes]
  549. group=visual
  550. value=none
  551.  
  552. [richness]
  553. group=aural
  554. value=<number>
  555.  
  556. [right]
  557. group=visual
  558. value=<percentage>|<length>|auto
  559.  
  560. [speak]
  561. group=aural
  562. value=normal|none|spell-out
  563.  
  564. [speak-header]
  565. group=aural
  566. value=once|always
  567.  
  568. [speak-numeral]
  569. group=aural
  570. value=digits|continuous
  571.  
  572. [speak-punctuation]
  573. group=aural
  574. value=code|none
  575.  
  576. [speech-rate]
  577. group=aural
  578. value=<number>|x-slow|slow|medium|fast|x-fast|faster|slower
  579.  
  580. [stress]
  581. group=aural
  582. value=<number>
  583.  
  584. [table-layout]
  585. group=table
  586. value=auto|fixed
  587.  
  588. [text-align]
  589. group=text
  590. value=left|right|center|justify
  591.  
  592. [text-decoration]
  593. group=text
  594. value=none|underline|overline|line-through|blink
  595.  
  596. [text-indent]
  597. group=text
  598. value=<percentage>|<length>
  599.  
  600. [text-transform]
  601. group=text
  602. value=capitalize|uppercase|lowercase|none
  603.  
  604. [top]
  605. group=visual
  606. value=<percentage>|<length>|auto
  607.  
  608. [unicode-bidi]
  609. group=visual
  610. value=normal|embed|bidi-override
  611.  
  612. [vertical-align]
  613. group=visual
  614. value=<percentage>|<length>|baseline|sub|super|top|text-top|middle|bottom|text-bottom
  615.  
  616. [visibility]
  617. group=visual
  618. value=visible|hidden|collapse
  619.  
  620. [voice-family]
  621. group=aural
  622. value=<mixed>
  623. sub1=specific-voice,<string>
  624. sub2=generic-voice,male|female|child
  625.  
  626. [volume]
  627. group=aural
  628. value=<percentage>|<number>|silent|x-soft|soft|medium|loud|x-loud
  629.  
  630. [white-space]
  631. group=text
  632. value=normal|pre|nowrap|pre-wrap|pre-line
  633.  
  634. [widows]
  635. group=visual
  636. value=<number>
  637.  
  638. [width]
  639. group=visual
  640. value=<percentage>|<length>|auto
  641.  
  642. [word-spacing]
  643. group=text
  644. value=<length>|normal
  645.  
  646. [z-index]
  647. group=visual
  648. value=<number>|auto
  649.  
  650.